var item = ChunkList.SingleOrDefault(x => x.UniqueId == ChunkID); if (item != null) ChunkList.Remove(item);